home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / progs / grafica / drawstudiodemo / clickforgerman next >
Text File  |  1997-01-08  |  333b  |  15 lines

  1. echo "This installs the German language file"
  2. echo "instead of the English language file."
  3. echo ""
  4. ask "Continue ?"
  5.  
  6. if warn
  7.     copy LanguageDeu.msg Language.msg
  8.  
  9.     echo "German language file now installed. If drawSTUDIO"
  10.     echo "is running, please quit and re-run for changes"
  11.     echo "to take effect."
  12. else
  13.     echo "No changes made"
  14. endif
  15.